]> granicus.if.org Git - python/shortlog
python
2013-04-09 Victor StinnerAdd fast-path in PyUnicode_DecodeCharmap() for pure...
2013-04-09 Giampaolo Rodola'merge heads
2013-04-09 Giampaolo Rodola'Do not raise exception on close() on account of socket...
2013-04-09 Senthil Kumaran#17678: Remove the use of a deprecated method http...
2013-04-09 Senthil Kumaran#17678: Fix DeprecationWarning in the http/cookiejar...
2013-04-09 Senthil Kumarannull merge
2013-04-09 Senthil Kumaran#17648 - convert test_urllib2.py doctests to unittests
2013-04-09 Senthil Kumaran#17648 - Clean up test_urllib2.py. Converted doctests...
2013-04-09 Roger Serwy#17657: merge with 3.3.
2013-04-09 Roger Serwy#17657: Show full Tk version in IDLE's about dialog.
2013-04-08 Victor StinnerIssue #17615: Comparing two Unicode strings now uses...
2013-04-08 Victor StinnerIssue #17615: Add tests comparing Unicode strings of...
2013-04-08 Victor StinnerIssue #17615: Expand expensive PyUnicode_READ() macro...
2013-04-08 Serhiy StorchakaClose #17666: Fix reading gzip files with an extra...
2013-04-08 Serhiy StorchakaClose #17666: Fix reading gzip files with an extra...
2013-04-08 R David Murray#17484: Actually add the getpass tests this time.
2013-04-08 Andrew SvetlovAdd NEWS entry for #17502: Process DEFAULT values in...
2013-04-08 Andrew SvetlovAdd NEWS entry for #17502: Process DEFAULT values in...
2013-04-08 R David Murray#17484: add tests for getpass.
2013-04-07 Victor StinnerClose #13126: "Simplify" FASTSEARCH() code to help...
2013-04-07 Antoine Pitrougibibytes (Arfrever)
2013-04-07 Roger Serwy#17613: merge with 3.3.
2013-04-07 Roger Serwy#17613: Prevent traceback when removing syntax colorize...
2013-04-07 Roger Serwy#1207589: merge with 3.3.
2013-04-07 Roger Serwy#1207589: Backwards-compatibility patch for right-click...
2013-04-07 Antoine PitrouIssue #15596: Faster pickling of unicode strings.
2013-04-07 Benjamin Petersonmerge heads
2013-04-07 Benjamin Petersonadd Zbigniew Halas to ACKS
2013-04-07 Andrew SvetlovProcess DEFAULT values in mock side_effect that returns...
2013-04-07 Andrew SvetlovProcess DEFAULT values in mock side_effect that returns...
2013-04-07 Andrew SvetlovMerge heads
2013-04-07 Andrew SvetlovUpdate argparse docs to follow order of ArgumentParser...
2013-04-07 Andrew SvetlovUpdate argparse docs to follow order of ArgumentParser...
2013-04-07 Raymond HettingerRemove redundant imports
2013-04-07 Raymond Hettingermerge
2013-04-07 Raymond HettingerClean-up lru_cache examples. The print() not is needed...
2013-04-07 Roger Serwy#16887: merge with 3.3.
2013-04-07 Roger Serwy#16887: IDLE now accepts Cancel in tabify/untabify...
2013-04-06 Serhiy StorchakaRevert a premature patch for issue #14010 (changeset...
2013-04-06 Serhiy StorchakaRevert a premature patch for issue #14010 (changeset...
2013-04-06 Antoine PitrouMerge
2013-04-06 Antoine PitrouMerge
2013-04-06 Antoine PitrouIssue #17645: convert an assert() into a proper excepti...
2013-04-06 Antoine PitrouIssue #17645: convert an assert() into a proper excepti...
2013-04-06 Benjamin Petersonmerge 3.3
2013-04-06 Benjamin Petersonmove IDLE news to its own section
2013-04-06 Serhiy StorchakaIssue #14010: Fix a crash when iterating or deleting...
2013-04-06 Serhiy StorchakaIssue #14010: Fix a crash when iterating or deleting...
2013-04-06 Andrew SvetlovChange wording as Eli Bendersky suggests.
2013-04-06 Andrew SvetlovChange wording as Eli Bendersky suggests.
2013-04-06 Georg Brandlmerge with 3.3
2013-04-06 Georg BrandlAdd 3.3.1 to LICENSE files.
2013-04-06 Georg Brandlmerge with 3.3
2013-04-06 Georg BrandlPost-release update for 3.3.1
2013-04-06 Georg Brandlmerge with 3.3.1 release clone
2013-04-06 Georg Brandlmerge with 3.2 branch
2013-04-06 Georg BrandlAdded tag v3.3.1 for changeset d9893d13c628
2013-04-06 Georg BrandlBump to 3.3.1. v3.3.1
2013-04-06 Georg BrandlAdded tag v3.2.4 for changeset 1e10bdeabe3d
2013-04-06 Georg BrandlBump to 3.2.4. v3.2.4
2013-04-05 Antoine PitrouIssue #17469: Fix _Py_GetAllocatedBlocks() and sys...
2013-04-05 Andrew SvetlovAdd link to glossary for hashable term in docs for...
2013-04-05 Andrew SvetlovAdd link to glossary for hashable term in docs for...
2013-04-05 Andrew SvetlovFix typo
2013-04-05 Andrew SvetlovFix typo
2013-04-05 Andrew SvetlovFix typo.
2013-04-05 Andrew SvetlovFix typo.
2013-04-05 Senthil Kumarannull merge
2013-04-05 Senthil KumaranIssue #17483: 3.3 Branch - Remove unreachable code...
2013-04-04 Andrew Svetlov#17365: Remove Python 2 code from test_print
2013-04-04 Ezio Melotti#8913: merge with 3.3.
2013-04-04 Ezio Melotti#8913: add examples and docs for date/time/datetime...
2013-04-04 Benjamin Petersonmerge 3.3 (#17625)
2013-04-04 Benjamin Petersonclose search and replace dialog after it is used (close...
2013-04-04 Benjamin Petersonclose search and replace dialog after it is used (close...
2013-04-04 Benjamin Petersonclose search and replace dialog after it is used (close...
2013-04-03 Ezio MelottiRemove the "Extension Modules" section.
2013-04-03 Ezio Melotti#17572: merge with 3.3.
2013-04-03 Ezio Melotti#17572: Avoid chained exceptions while passing bad...
2013-04-03 Terry Jan ReedyMerge with 3.3
2013-04-03 Terry Jan ReedyIssue #15940: NEWS entry
2013-04-03 Terry Jan ReedyMerge with 3.3
2013-04-03 Terry Jan ReedyIssue #15940: Replace tab.
2013-04-03 Terry Jan ReedyMerge with 3.3
2013-04-03 Terry Jan ReedyIssue #15940: Specify effect of locale on time functions.
2013-04-03 Richard OudkerkMerge
2013-04-03 Richard OudkerkIssue #17619: Make input() check for Ctrl-C correctly...
2013-04-03 R David MurrayMerge: Use repr when printing unknown url type in urlopen.
2013-04-03 R David MurrayUse repr when printing unknown url type in urlopen.
2013-04-03 R David MurrayMerge #17623: fix whatsnew typo
2013-04-03 R David Murray#17623: fix whatsnew typo
2013-04-03 Giampaolo Rodola'remove uneffective 'while True' clause
2013-04-03 Roger Serwy#14254: merge with 3.3.
2013-04-03 Roger Serwy#14254: IDLE now handles readline correctly across...
2013-04-03 Roger Serwy#17614: merge with 3.3.
2013-04-03 Roger Serwy#17614: IDLE no longer raises exception when quickly...
2013-04-03 Roger Serwy#17614: IDLE no longer raises exception when quickly...
2013-04-03 Victor Stinnerfix unused variable
2013-04-03 Victor StinnerClose #16757: Avoid calling the expensive _PyUnicode_Fi...
2013-04-02 Victor StinnerAdd _PyUnicodeWriter_WriteSubstring() function
next