]> granicus.if.org Git - python/shortlog
python
2012-11-21 Chris JerdonekImprove str() and object.__str__() documentation (issue...
2012-11-21 Chris JerdonekNull merge from 3.2 (issue #13538).
2012-11-21 Chris JerdonekImprove str() and object.__str__() documentation (issue...
2012-11-20 Barry Warsawnull merge
2012-11-20 Barry WarsawDo a better job of preserving the state of sys.modules.
2012-11-20 Barry WarsawDo a better job of ensuring test reproducibility and...
2012-11-20 Antoine PitrouMerge test from issue #1160.
2012-11-20 Antoine PitrouIssue #1160: Fix compiling large regular expressions...
2012-11-20 Barry Warsaw- Issue #16514: Fix regression causing a traceback...
2012-11-20 Andrew SvetlovFix typo in multiprocessing documentation, thanks to...
2012-11-18 Stefan KrahBackport 9dd4638de73b.
2012-11-18 Ezio Melotti#7782: merge with 3.2.
2012-11-18 Ezio Melotti#7782: add a test for test_iter.
2012-11-18 Antoine PitrouThe poplib module provides two classes, not one.
2012-11-18 Antoine PitrouThe poplib module provides two classes, not one.
2012-11-18 Ezio Melotti#16306: merge with 3.2.
2012-11-18 Ezio Melotti#16306: Fix multiple error messages when unknown comman...
2012-11-18 Ezio Melotti#14313: null merge.
2012-11-18 Ezio Melotti#14313: zipfile now raises NotImplementedError when...
2012-11-18 Ezio Melotti#16053: merge with 3.2.
2012-11-18 Ezio Melotti#16053: document csv.Dialect.strict. Patch by Kushal...
2012-11-18 Mark DickinsonMerge typo fix from 3.2.
2012-11-18 Mark DickinsonTypo fix.
2012-11-18 Mark DickinsonIssue #12005: merge doc patch from 3.2
2012-11-18 Mark DickinsonIssue #12005: clarify behaviour of % and // for Decimal...
2012-11-17 Antoine PitrouIssue #16408: Fix file descriptors not being closed...
2012-11-17 Antoine PitrouIssue #16408: Fix file descriptors not being closed...
2012-11-17 Antoine PitrouIssue #16215: Fix potential double memory free in str...
2012-11-17 Ezio Melotti#16157: fix links in the whatsnew files.
2012-11-17 Ezio Melotti#16420: merge with 3.2.
2012-11-17 Ezio Melotti#16420: document a way to escape metacharacters in...
2012-11-17 Brett CannonIssue #16489: Make it clearer that importlib.find_loade...
2012-11-17 Ezio MelottiMerge updates about dir() with 3.2.
2012-11-17 Ezio MelottiUpdate section about dir() in the tutorial.
2012-11-17 Ezio MelottiMerge rephrasing with 3.2.
2012-11-17 Ezio MelottiRephrase a sentence in the set and dict comprehensions...
2012-11-17 Jesus CeaMERGE: Closes #16461: Wave library should be able to...
2012-11-17 Jesus CeaCloses #16461: Wave library should be able to deal...
2012-11-16 Ezio Melotti#16478: merge with 3.2.
2012-11-16 Ezio Melotti#16478: use floor division in tabnanny and fix a Resour...
2012-11-15 Richard OudkerkIssue #16481: multiprocessing no longer leaks process...
2012-11-15 Andrew SvetlovIssue #16144: Fix misleading sentence in reference...
2012-11-14 Philip Jenveymerge 3.2
2012-11-14 Philip Jenveydon't gc_collect on CPython to guarantee a lack of...
2012-11-14 Chris JerdonekMerge from 3.2: update the PyPI docs regarding listing...
2012-11-14 Chris JerdonekUpdate the description of which package versions PyPI...
2012-11-14 Vinay SajipIssue #16378: Updated docstrings to reflect the default...
2012-11-13 Philip Jenveymerge 3.2
2012-11-13 Philip Jenveyadd gc_collects to weakref tests
2012-11-12 Benjamin Petersonrecompile importlib.h
2012-11-12 Benjamin Petersonmissing letter
2012-11-12 Stefan KrahIssue #15835: Define PATH_MAX on HP-UX.
2012-11-12 Victor StinnerIssue #16218, #16444: Backport improvment on tests...
2012-11-11 Antoine PitrouAdd a test for hashing of unaligned memory buffers...
2012-11-11 Antoine PitrouMerge heads
2012-11-11 Antoine PitrouMerge heads
2012-11-11 Antoine PitrouIssue #16453: Fix equality testing of dead weakref...
2012-11-11 Antoine PitrouIssue #16453: Fix equality testing of dead weakref...
2012-11-11 Gregory P.... Refactor test_preexec_errpipe to not create an uncollec...
2012-11-11 Gregory P.... Refactor test_preexec_errpipe to not create an uncollec...
2012-11-11 Nadeem VawdaIssue #15677: Document that zlib and gzip accept a...
2012-11-11 Nadeem VawdaIssue #15677: Document that zlib and gzip accept a...
2012-11-11 Gregory P.... Fixes issue #16140: The subprocess module no longer...
2012-11-11 Gregory P.... Fixes issue #16140: The subprocess module no longer...
2012-11-11 Gregory P.... Remove the subprocess "bad exception data" warning...
2012-11-11 Gregory P.... Remove the subprocess "bad exception data" warning...
2012-11-11 Gregory P.... Rename a local variable for readability and change...
2012-11-11 Gregory P.... Rename a local variable for readability and change...
2012-11-11 Gregory P.... Fixes issue #16327: The subprocess module no longer...
2012-11-11 Gregory P.... Fixes issue #16327: The subprocess module no longer...
2012-11-11 Gregory P.... null merge
2012-11-11 Gregory P.... move note to the right section
2012-11-11 Gregory P.... Fixes issue #14396: Handle the odd rare case of waitpid...
2012-11-11 Gregory P.... Fixes issue #14396: Handle the odd rare case of waitpid...
2012-11-11 Gregory P.... Fixes issue #9535: Fix pending signals that have been...
2012-11-11 Gregory P.... Fixes issue #9535: Fix pending signals that have been...
2012-11-11 Nadeem VawdaIssue #16411: Fix a bug where zlib.decompressobj()...
2012-11-11 Nadeem VawdaIssue #16411: Fix a bug where zlib.decompressobj()...
2012-11-11 Nadeem VawdaIssue #16350, part 2: Set unused_data (and unconsumed_t...
2012-11-11 Nadeem VawdaIssue #16350, part 2: Set unused_data (and unconsumed_t...
2012-11-11 Antoine PitrouIssue #16357: fix calling accept() on a SSLSocket creat...
2012-11-11 Antoine PitrouIssue #16357: fix calling accept() on a SSLSocket creat...
2012-11-10 Gregory P.... Fix test_urllib broken by my previous commits. The...
2012-11-10 Stefan KrahAccept Unicode legacy strings in the Decimal constructor.
2012-11-10 Gregory P.... Fixes issue #16409: The reporthook callback made by...
2012-11-10 Chris JerdonekMerge from 3.2: adjust set and frozenset function docs...
2012-11-10 Chris JerdonekLink set and frozenset function docs to their class...
2012-11-10 Chris JerdonekMerge from 3.2: improve FAQ link in documentation ...
2012-11-10 Chris JerdonekImprove FAQ link in documentation (for issue #16435).
2012-11-09 Ezio Melotti#13301: merge with 3.2.
2012-11-09 Ezio Melotti#13301: use ast.literal_eval() instead of eval() in...
2012-11-08 Ezio Melotti#16440: merge with 3.2.
2012-11-08 Ezio Melotti#16440: fix exception type and clarify example.
2012-11-08 Andrew SvetlovMerge issue #16439: Fix markup in example for stdtypes.
2012-11-08 Andrew SvetlovIssue #16439: Fix markup in example for stdtypes.
2012-11-08 Andrew SvetlovMerge issue #16435: Link in tutorial now points to...
2012-11-08 Andrew SvetlovIssue #16435: Link in tutorial now points to python3...
2012-11-08 Stefan KrahIssue #16431: Finally, consider all permutations.
2012-11-08 Ezio Melotti#16433: merge with 3.2.
2012-11-08 Ezio Melotti#16433: fix docstring of assertNotEqual.
next