65888 Commits (eec152d21783b901efae86afde771995fb357136)
 

Author SHA1 Message Date
Ned Deily eec152d217 Issue #16848: python-config now returns proper --ldflags values for OS X 13 years ago
Antoine Pitrou 49e4dfeec8 Issue #17278: Fix a crash in heapq.heappush() and heapq.heappop() when the list is being resized concurrently. 13 years ago
Ezio Melotti a84ecc649b #17346: make sure pickle tests are run against all protocols. 13 years ago
Mark Dickinson 7cac1c25a1 Issue #16445: Fix potential segmentation fault when deleting an exception message. 13 years ago
Ezio Melotti ff0deb0529 Fix markup in unittest doc. 13 years ago
Ezio Melotti c86e866b98 #17315: unlink a file that test_posixpath was leaving around. 13 years ago
Raymond Hettinger dce969d2b0 The example regex should be a raw string. 13 years ago
Ezio Melotti 1fef1eb6e9 Add a link to the demo dir. 13 years ago
Ezio Melotti 79b2dbaf3f Fix markup in unittest docs. 13 years ago
Chris Jerdonek 2277b947bb Issue #16406: combine the doc pages for uploading and registering to PyPI. 13 years ago
Petri Lehtinen e41a4634c9 Issue #14720: Enhance sqlite3 microsecond conversion, document its behavior 13 years ago
Richard Oudkerk ba48264bce Issue #17018: Make Process.join() retry if os.waitpid() fails with EINTR. 13 years ago
Senthil Kumaran b1bbc0b3dc Fix issue16932: Fix the urlparse example. Remote :port when scheme is not specified to demonstrate correct behavior 13 years ago
Serhiy Storchaka d36d4e0d2b Issue #13555: Fix an integer overflow check. 13 years ago
Serhiy Storchaka 93bfe7d860 Issue #1470548: Do not buffer XMLGenerator output. 13 years ago
R David Murray 5b2cf5e651 #17275: Fix class name in init errors in C bufferedio classes. 13 years ago
Petri Lehtinen f794bde17d Revert "Issue #16121: Fix line number accounting in shlex" 13 years ago
Petri Lehtinen 43072780df Issue #16121: Fix line number accounting in shlex 13 years ago
Petri Lehtinen fead3c8cca Issue #16403: Document how distutils uses the maintainer field in PKG-INFO 13 years ago
Petri Lehtinen 2342784d28 Issue #16695: Document how glob handles filenames starting with a dot 13 years ago
Petri Lehtinen 0b785036ef Issue #8890: Stop advertising an insecure use of /tmp in docs 13 years ago
Petri Lehtinen 9e14755b46 Issue #14720: sqlite3: Convert datetime microseconds correctly 13 years ago
Petri Lehtinen c23178ba36 Issue #5033: Fix building of the sqlite3 extension module 13 years ago
Ezio Melotti 0a4a7e13f3 Fix deprecation warning in test_tcl. 13 years ago
Ezio Melotti 4dbcec9dd1 Fix deprecation warning in tempfile. 13 years ago
Ezio Melotti ef1db54ac1 #17249: check for the availability of the thread module. 13 years ago
Ezio Melotti 2fddfd85bd #17249: convert a test in test_capi to use unittest and reap threads. 13 years ago
Ezio Melotti 6a959a1213 #15438: add a note to math.pow() that suggests using **/pow() for integers. Patch by Mark Dickinson. 13 years ago
Ezio Melotti 43b09d49b6 Fix the highlight in another example. 13 years ago
Ezio Melotti 986f71cb2d #17256: fix syntax highlight in embedding example. Patch by Kushal Das. 13 years ago
Ezio Melotti ed5fba2ad9 #17035: use new style classes in classmethod/staticmethod examples. Patch by Berker Peksag. 13 years ago
Chris Jerdonek 13cee1696f Issue #17203: add long option names to unittest discovery docs. 13 years ago
Ezio Melotti 7d0eb4b234 #17255: test short-circuiting behavior of any()/all(). Patch by Wim Glenn. 13 years ago
Serhiy Storchaka 49d4022d7d Issue #17225: JSON decoder now counts columns in the first line starting 13 years ago
Serhiy Storchaka 484dee38e6 Issue #17248: Fix os.*chown() testing when user is in root group. 13 years ago
Ezio Melotti d5bdb1f140 #17265: fix highlight in template example. Initial patch by Berker Peksag. 13 years ago
Barry Warsaw 01a97f3612 null merge from 2.6 13 years ago
Barry Warsaw f25d95732c - Issue #16248: Disable code execution from the user's home directory by 13 years ago
Benjamin Peterson 8e830a0664 fix building without pymalloc (closes #17228) 13 years ago
Serhiy Storchaka fffc479f15 Issue #17248: Fix os.*chown() testing when user has group root. 13 years ago
Serhiy Storchaka 3e188c4ebb Issue #15301: Enhance os.*chown() testing. Based on patch by Larry Hastings. 13 years ago
R David Murray c32b678fd0 #7842: backport fix for py_compile.compile syntax error message handling. 13 years ago
R David Murray 5aff27aec1 #7963: fix error message when 'object' called with arguments. 13 years ago
Serhiy Storchaka c8e75ba2c5 Disable posixpath.realpath() tests on Windows (fix for issue #6975). 13 years ago
Serhiy Storchaka 4676448941 Issue #13153: Tkinter functions now raise TclError instead of ValueError when 13 years ago
Serhiy Storchaka 142d2bc3f1 Fix posixpath.realpath() for multiple pardirs (fixes issue #6975). 13 years ago
Serhiy Storchaka fbc737eda1 Fix issue #13169: Reimport MAXREPEAT into sre_constants.py. 13 years ago
Antoine Pitrou 4f53550ca1 Remove unused certificate files 13 years ago
Antoine Pitrou 60982914b4 Fix test_ssl by replacing expired X509 certificate 13 years ago
Serhiy Storchaka 6a8e2b4982 Issue #9669: Protect re against infinite loops on zero-width matching in 13 years ago