projects
/
python
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
python
2012-11-17
Ezio Melotti
#16420: document a way to escape metacharacters in...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-17
Ezio Melotti
Update section about dir() in the tutorial.
commit
|
commitdiff
|
tree
|
snapshot
2012-11-17
Ezio Melotti
Rephrase a sentence in the set and dict comprehensions...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-17
Jesus Cea
Closes #16461: Wave library should be able to deal...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-16
Ezio Melotti
#16478: use floor division in tabnanny and fix a Resour...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-14
Philip Jenvey
don't gc_collect on CPython to guarantee a lack of...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-14
Chris Jerdonek
Update the description of which package versions PyPI...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-13
Philip Jenvey
add gc_collects to weakref tests
commit
|
commitdiff
|
tree
|
snapshot
2012-11-11
Antoine Pitrou
Merge heads
commit
|
commitdiff
|
tree
|
snapshot
2012-11-11
Antoine Pitrou
Issue #16453: Fix equality testing of dead weakref...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-11
Gregory P....
Refactor test_preexec_errpipe to not create an uncollec...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-11
Nadeem Vawda
Issue #15677: Document that zlib and gzip accept a...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-11
Gregory P....
Fixes issue #16140: The subprocess module no longer...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-11
Gregory P....
Remove the subprocess "bad exception data" warning...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-11
Gregory P....
Rename a local variable for readability and change...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-11
Gregory P....
Fixes issue #16327: The subprocess module no longer...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-11
Gregory P....
move note to the right section
commit
|
commitdiff
|
tree
|
snapshot
2012-11-11
Gregory P....
Fixes issue #14396: Handle the odd rare case of waitpid...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-11
Gregory P....
Fixes issue #9535: Fix pending signals that have been...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-11
Nadeem Vawda
Issue #16411: Fix a bug where zlib.decompressobj()...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-11
Nadeem Vawda
Issue #16350, part 2: Set unused_data (and unconsumed_t...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-11
Antoine Pitrou
Issue #16357: fix calling accept() on a SSLSocket creat...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-10
Chris Jerdonek
Link set and frozenset function docs to their class...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-10
Chris Jerdonek
Improve FAQ link in documentation (for issue #16435).
commit
|
commitdiff
|
tree
|
snapshot
2012-11-09
Ezio Melotti
#13301: use ast.literal_eval() instead of eval() in...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-08
Ezio Melotti
#16440: fix exception type and clarify example.
commit
|
commitdiff
|
tree
|
snapshot
2012-11-08
Andrew Svetlov
Issue #16439: Fix markup in example for stdtypes.
commit
|
commitdiff
|
tree
|
snapshot
2012-11-08
Andrew Svetlov
Issue #16435: Link in tutorial now points to python3...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-08
Ezio Melotti
#16433: fix docstring of assertNotEqual.
commit
|
commitdiff
|
tree
|
snapshot
2012-11-08
Ezio Melotti
#11481: update copyreg docs and add example.
commit
|
commitdiff
|
tree
|
snapshot
2012-11-08
Ezio Melotti
Merge heads.
commit
|
commitdiff
|
tree
|
snapshot
2012-11-08
Ezio Melotti
#10385: use the mod role in subprocess docs.
commit
|
commitdiff
|
tree
|
snapshot
2012-11-07
Hynek Schlawack
Issue #15001: fix segfault on "del sys.module['__main__']"
commit
|
commitdiff
|
tree
|
snapshot
2012-11-05
Nick Coghlan
Record a known crasher from #6717
commit
|
commitdiff
|
tree
|
snapshot
2012-11-04
Nadeem Vawda
Issue #16350: Fix zlib decompressor handling of unused_...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-04
Ezio Melotti
#5057: the peepholer no longer optimizes subscription...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-04
Mark Dickinson
Issue #16402: In range slicing, fix shadowing of except...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-04
Ezio Melotti
#16304: clarify match objects docs. Initial patch...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-03
Christian Heimes
Fix compilation on Windows
commit
|
commitdiff
|
tree
|
snapshot
2012-11-03
Ezio Melotti
#16336: fix input checking in the surrogatepass error...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-03
Ezio Melotti
Fix a couple typos in Misc/NEWS.
commit
|
commitdiff
|
tree
|
snapshot
2012-11-03
Ezio Melotti
#8401: assigning an int to a bytearray slice (e.g....
commit
|
commitdiff
|
tree
|
snapshot
2012-11-03
Chris Jerdonek
Link to mapping glossary entry in "Mapping Types -...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-03
Ezio Melotti
#12759: sre_parse now raises a proper error when the...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-03
Ezio Melotti
#4711: break long words in the docs sidebar to avoid...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-03
Ezio Melotti
#16152: fix tokenize to ignore whitespace at the end...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-02
Georg Brandl
Grammar touchup.
commit
|
commitdiff
|
tree
|
snapshot
2012-11-01
Andrew Svetlov
Issue #1207589: Add Cut/Copy/Paste items to IDLE right...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-01
Andrew Svetlov
Reword set docs to use *proper subset/superset* termino...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-01
Andrew Svetlov
Issue #14893: Add function annotation example to functi...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-01
Antoine Pitrou
Issue #16230: Fix a crash in select.select() when one...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-01
Antoine Pitrou
Issue #16228: Fix a crash in the json module where...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-01
Andrew Svetlov
Change docstring for xdrlib.Error to use new style...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-01
Andrew Svetlov
Issue #16373: Prevent infinite recursion for ABC Set...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-31
Andrew Svetlov
Issue #16377: Fix bisect unittest.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-31
Andrew Svetlov
merge heads
commit
|
commitdiff
|
tree
|
snapshot
2012-10-31
Andrew Svetlov
Issue #14900: document added sort keys for profile...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-31
Mark Dickinson
Issue #16348: Fix incorrect documentation for Decimal...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-31
Benjamin Peterson
avoid a function call with redundant checks for dict...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-31
Benjamin Peterson
fix spelling
commit
|
commitdiff
|
tree
|
snapshot
2012-10-31
Benjamin Peterson
merge heads
commit
|
commitdiff
|
tree
|
snapshot
2012-10-31
Benjamin Peterson
only fast-path fromkeys() when the constructor returns...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-31
Jesus Cea
Closes #16369: Global PyTypeObjects not initialized...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-31
R David Murray
#16371: fix up the English a bit more.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-31
Andrew Svetlov
Issue #16371: fix typo in ctypes documentation.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-31
Andrew Svetlov
Issue #16370: Mention Py_SetProgramName in example...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-31
Andrew Svetlov
Remove already dropped function PySys_GetFile from...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-31
Andrew Svetlov
Fix docstring for deque ctor to mark iterable parameter...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-31
Benjamin Peterson
initialize more global type objects (closes #16369)
commit
|
commitdiff
|
tree
|
snapshot
2012-10-29
Brian Curtin
Fix #16197. Update docstrings and documentation to...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-29
Petri Lehtinen
#14897: Enhance error messages of struct.pack and struc...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-29
Ross Lagerwall
Fix regression from issue #16262
commit
|
commitdiff
|
tree
|
snapshot
2012-10-28
Chris Jerdonek
Remove unneeded "Release" and "Date" markers from doc...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-28
Nadeem Vawda
Add test for BZ2Decompressor.decompress("") after end...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-28
Georg Brandl
merge heads
commit
|
commitdiff
|
tree
|
snapshot
2012-10-28
Georg Brandl
Remove confusing "Release" and "Date" markers from...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-28
Andrew Svetlov
merge heads
commit
|
commitdiff
|
tree
|
snapshot
2012-10-28
Andrew Svetlov
Issue #14570: Document json sort_keys parameter properly.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-28
Mark Dickinson
Issue #14700: Fix buggy overflow checks for large preci...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-28
Georg Brandl
changeset: 80007:49e4541f2aef
commit
|
commitdiff
|
tree
|
snapshot
2012-10-28
Georg Brandl
#8040: fix jQuery incompatibility
commit
|
commitdiff
|
tree
|
snapshot
2012-10-27
R David Murray
#15889: make regrtest --start succeed in more cases.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-27
Ezio Melotti
#8040: fix the version.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-27
Ezio Melotti
#8040: enable the versionswitcher for the autobuild...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-27
Ezio Melotti
#8040: add a version switcher to the documentation...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-27
R David Murray
#12890: don't emit <p> tags in text mode when logdir...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-27
Senthil Kumaran
Automated merge with file:///home/vagrant/3.3
commit
|
commitdiff
|
tree
|
snapshot
2012-10-27
Senthil Kumaran
Include mention of jenkins as an example framework...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-27
R David Murray
#15043: Improve test_gdb support of gdb >= 7.4.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-27
Senthil Kumaran
Issue #16250: Fix URLError invocation with proper args.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-27
Philip Jenvey
bounds check for bad data (thanks amaury)
commit
|
commitdiff
|
tree
|
snapshot
2012-10-26
Ezio Melotti
#16206: Improve examples about dict construction.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-26
Chris Jerdonek
Fix formatting of syntax description of function defini...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-25
Mark Dickinson
Fix math.factorial KeyboardInterrupt segfault. Thanks...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-24
Ezio Melotti
#16210: combine the two type() docs. Patch by Pete...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-22
Ned Deily
Issue #15853: Prevent IDLE crash on OS X when opening...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-22
Jesus Cea
Closes #16294: 8 space indent in tutorial
commit
|
commitdiff
|
tree
|
snapshot
2012-10-21
Matthias Klose
- Issue #16262: fix out-of-src-tree builds, if mercuria...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-21
Nadeem Vawda
Issue #14398: Fix size truncation and overflow bugs...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-21
Antoine Pitrou
Fix whacky spacking in test_wsgiref
commit
|
commitdiff
|
tree
|
snapshot
next