]> granicus.if.org Git - python/shortlog
python
2012-11-12 Benjamin Petersonmerge heads
2012-11-12 Benjamin Petersonmerge 3.3 (sort of)
2012-11-12 Victor StinnerIssue #16416: OS data are now always encoded/decoded...
2012-11-12 Benjamin Petersonrecompile importlib.h
2012-11-12 Benjamin Petersonmerge 3.3
2012-11-12 Benjamin Petersonmissing letter
2012-11-12 Stefan KrahMerge 3.3.
2012-11-12 Stefan KrahIssue #15835: Define PATH_MAX on HP-UX.
2012-11-12 Victor StinnerMerge 3.3: null merge
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 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 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 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 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.... 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.... Remove the subprocess "bad exception data" warning...
2012-11-11 Gregory P.... Raise our own SubprocessError rather than a RuntimeErro...
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.... 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.... Fixes issue #16327: The subprocess module no longer...
2012-11-11 Gregory P.... Fixes issue #14396: Handle the odd rare case of waitpid...
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 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 #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 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-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 Gregory P.... Fix test_urllib broken by my previous commits. The...
2012-11-10 Stefan KrahMerge 3.3.
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 Gregory P.... Fixes issue #16409: The reporthook callback made by...
2012-11-10 Victor StinnerIssue #16444: disable undecodable characters in test_no...
2012-11-10 Mark DickinsonIssue #14794: slice.indices no longer returns OverflowE...
2012-11-10 Victor StinnerIssue #16444, #16218: Use TESTFN_UNDECODABLE on UNIX
2012-11-10 Chris JerdonekMerge from 3.3: adjust set and frozenset function docs...
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.3: improve FAQ link in documentation ...
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.3.
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.3.
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 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 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 KrahMerge 3.3.
2012-11-08 Stefan KrahIssue #16431: Finally, consider all permutations.
2012-11-08 Ezio Melotti#16433: merge with 3.3.
2012-11-08 Ezio Melotti#16433: merge with 3.2.
2012-11-08 Ezio Melotti#16433: fix docstring of assertNotEqual.
2012-11-08 Ezio Melotti#11481: merge with 3.3.
2012-11-08 Ezio Melotti#11481: merge with 3.2.
2012-11-08 Ezio Melotti#11481: update copyreg docs and add example.
2012-11-08 Ezio MelottiMerge heads.
2012-11-08 Ezio Melotti#10385: merge with 3.3.
2012-11-08 Ezio Melotti#10385: merge with 3.2.
2012-11-08 Ezio Melotti#10385: use the mod role in subprocess docs.
2012-11-07 Stefan KrahMerge 3.3.
2012-11-07 Stefan KrahIssue #16431: Also fix the opposite direction.
2012-11-07 Stefan KrahMerge 3.3.
2012-11-07 Stefan KrahIssue #16431: Use the type information when constructin...
2012-11-07 Hynek SchlawackIssue #15001: fix segfault on "del sys.module['__main__']"
2012-11-07 Hynek SchlawackIssue #15001: fix segfault on "del sys.module['__main__']"
2012-11-07 Hynek SchlawackIssue #15001: fix segfault on "del sys.module['__main__']"
2012-11-06 Victor StinnerRemove outdated comment
next